PDF4Java Reference Documentation
com.o2sol.pdf4java.content Package / PDFContentExtractor Class / extractTextLines Method / extractTextLines(PDFContentExtractionContext) Method
Context for text extraction.
In This Topic
    extractTextLines(PDFContentExtractionContext) Method
    In This Topic
    Extracts the text from the PDF page as a collection of Objects.
    Syntax

    Parameters

    context
    Context for text extraction.

    Return Value

    The lines of text on the page.
    Exceptions
    ExceptionDescription
    When context is null
    See Also